[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 END

 Function
  End/Terminate PPE execution.

 Syntax
  END   No arguments are required

 Remarks
  This statement may be used to normally terminate PPE execution at any
  point.  If you do not have one in your program one is automatically
  inserted at the end of your source for you at compile time.
  Additionally, if your PPL application is being used as a script
  questionnaire, this statement will save any responses written to
  channel 0 to the script answer file.

 Examples
  DATE    d
  INTEGER i
  STRING  s
  LET s = "01-20-93"
  LET d = s
  IF (DATE() < d) THEN
   PRINTLN "Your calendar is off!"
   END
  ENDIF
  LET i = d
  PRINTLN "The seige continues:  Day ",DATE()-i+1
  END

See Also: RETURN STOP
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson